rough flat file - перевод на греческий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

rough flat file - перевод на греческий

DATABASE STORED AS AN ORDINARY UNSTRUCTURED FILE (FLAT FILE)
Flat-file; Flat file database; Flat file; Flat database; Flat File; Flatfile database; Flatfile

rough flat file      
αχυρόλιμα
αχυρόλιμα      
rough flat file
rough diamond         
  • A selection of diamonds, cubic and octahedral
WIKIMEDIA DISAMBIGUATION PAGE
Rough Diamond (disambiguation); Rough Diamonds; Rough Diamonds (disambiguation)
ακατέργαστο διαμάντι

Определение

flat file
¦ noun Computing a file that has no internal hierarchy.

Википедия

Flat-file database

A flat-file database is a database stored in a file called a flat file. Records follow a uniform format, and there are no structures for indexing or recognizing relationships between records. The file is simple. A flat file can be a plain text file (e.g. csv, txt or tsv), or a binary file. Relationships can be inferred from the data in the database, but the database format itself does not make those relationships explicit.

The term has generally implied a small database, but very large databases can also be flat.